-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add codacy/codacy-coverage-reporter-action
action to tests.yml
#875
Conversation
Coverage summary from CodacySee diff coverage on Codacy
Coverage variation details
Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: Diff coverage details
Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: See your quality gate settings Change summary preferencesCodacy will stop sending the deprecated coverage status from June 5th, 2024. Learn more Footnotes
|
I think these checks are way too strict..I would add this action later on in the project when the production version is stable/published and the development slows down |
There are no checks, it just display things over there and this is needed for FAIRness *the checks are configured in the repository settings - none are configured right now, this PR just just sends the coverage report to codacy. If you don't want to send the coverage reports, the repository is still linked anyway to check for code quality https://app.codacy.com/gh/haddocking/haddock3/ |
ok, then can't it be hidden from the actions report? I really hate seeing failed actions (see #862) for reasons like this https://app.codacy.com/gh/haddocking/haddock3/pull-requests/862/issues#issue-da28e38929afc9695f2cd4cb38d5e415 |
That's a configuration in codacy, has nothing to do with this PR |
codacy/codacy-coverage-reporter-action
action to tests.yml
This add integration with Codacy - https://app.codacy.com/gh/haddocking/haddock3/, in line with the other tools from the group